FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridRowColCollection<T> Class / DefaultSize Property

In This Topic
    DefaultSize Property (GridRowColCollection<T>)
    In This Topic
    Gets or sets the default size for the items in the collection.
    Syntax
    'Declaration
     
    Public Property DefaultSize As Nullable(Of GridLength)
    public Nullable<GridLength> DefaultSize {get; set;}
    See Also